5.8
MEDIUM CVSS 3.1
CVE-2024-35910
tcp: properly terminate timers for kernel sockets
Description

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test a patch I wrote two years ago. When TCP sockets are closed, we call inet_csk_clear_xmit_timers() to 'stop' the timers. inet_csk_clear_xmit_timers() can be called from any context, including when socket lock is held. This is the reason it uses sk_stop_timer(), aka del_timer(). This means that ongoing timers might finish much later. For user sockets, this is fine because each running timer holds a reference on the socket, and the user socket holds a reference on the netns. For kernel sockets, we risk that the netns is freed before timer can complete, because kernel sockets do not hold reference on the netns. This patch adds inet_csk_clear_xmit_timers_sync() function that using sk_stop_timer_sync() to make sure all timers are terminated before the kernel socket is released. Modules using kernel sockets close them in their netns exit() handler. Also add sock_not_owned_by_me() helper to get LOCKDEP support : inet_csk_clear_xmit_timers_sync() must not be called while socket lock is held. It is very possible we can revert in the future commit 3a58f13a881e ("net: rds: acquire refcount on TCP sockets") which attempted to solve the issue in rds only. (net/smc/af_smc.c and net/mptcp/subflow.c have similar code) We probably can remove the check_net() tests from tcp_out_of_resources() and __tcp_close() in the future.

INFO

Published Date :

May 19, 2024, 9:15 a.m.

Last Modified :

Dec. 17, 2025, 3:42 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2024-35910 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
1 Debian debian_linux
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 3.1 MEDIUM [email protected]
Solution
This vulnerability can be resolved by updating the affected kernel packages and rebooting.
  • Update the affected Linux kernel packages.
  • Reboot the system after the update.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2024-35910.

URL Resource
https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada Patch
https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4 Patch
https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f Patch
https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a Patch
https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de Patch
https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50 Patch
https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87 Patch
https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810 Patch
https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada Patch
https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4 Patch
https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f Patch
https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a Patch
https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de Patch
https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50 Patch
https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87 Patch
https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810 Patch
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Third Party Advisory Mailing List
https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html Third Party Advisory Mailing List
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-35910 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-35910 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-35910 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-35910 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Dec. 17, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H
    Added CWE NVD-CWE-noinfo
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.215 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.154 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.274 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.8.5 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.26 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.85 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.2 up to (excluding) 4.19.312
    Added CPE Configuration OR *cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810 Types: Patch
    Added Reference Type CVE: https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810 Types: Patch
    Added Reference Type CVE: https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Types: Mailing List, Third Party Advisory
    Added Reference Type CVE: https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html Types: Mailing List, Third Party Advisory
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 21, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada
    Added Reference https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4
    Added Reference https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f
    Added Reference https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a
    Added Reference https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de
    Added Reference https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50
    Added Reference https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87
    Added Reference https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810
    Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
    Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Nov. 05, 2024

    Action Type Old Value New Value
    Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
    Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html
  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Oct. 29, 2024

    Action Type Old Value New Value
    Added CVSS V3.1 CISA-ADP AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 27, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 25, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 29, 2024

    Action Type Old Value New Value
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 19, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test a patch I wrote two years ago. When TCP sockets are closed, we call inet_csk_clear_xmit_timers() to 'stop' the timers. inet_csk_clear_xmit_timers() can be called from any context, including when socket lock is held. This is the reason it uses sk_stop_timer(), aka del_timer(). This means that ongoing timers might finish much later. For user sockets, this is fine because each running timer holds a reference on the socket, and the user socket holds a reference on the netns. For kernel sockets, we risk that the netns is freed before timer can complete, because kernel sockets do not hold reference on the netns. This patch adds inet_csk_clear_xmit_timers_sync() function that using sk_stop_timer_sync() to make sure all timers are terminated before the kernel socket is released. Modules using kernel sockets close them in their netns exit() handler. Also add sock_not_owned_by_me() helper to get LOCKDEP support : inet_csk_clear_xmit_timers_sync() must not be called while socket lock is held. It is very possible we can revert in the future commit 3a58f13a881e ("net: rds: acquire refcount on TCP sockets") which attempted to solve the issue in rds only. (net/smc/af_smc.c and net/mptcp/subflow.c have similar code) We probably can remove the check_net() tests from tcp_out_of_resources() and __tcp_close() in the future.
    Added Reference kernel.org https://git.kernel.org/stable/c/93f0133b9d589cc6e865f254ad9be3e9d8133f50 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/44e62f5d35678686734afd47c6a421ad30772e7f [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/e3e27d2b446deb1f643758a0c4731f5c22492810 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/91b243de910a9ac8476d40238ab3dbfeedd5b7de [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/c1ae4d1e76eacddaacb958b67cd942082f800c87 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/899265c1389fe022802aae73dbf13ee08837a35a [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
Vulnerability Scoring Details
Base CVSS Score: 5.8
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality Impact
Integrity Impact
Availability Impact